object Form1: TForm1 Left = 200 Top = 109 Width = 435 Height = 300 Caption = 'Pl�tzetausch' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 120 TextHeight = 16 object Button1: TButton Left = 39 Top = 136 Width = 160 Height = 50 Caption = 'String' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 229 Top = 136 Width = 160 Height = 50 Caption = 'Zahl' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button2Click end object Panel1: TPanel Left = 38 Top = 16 Width = 350 Height = 45 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 end object Button3: TButton Left = 114 Top = 200 Width = 200 Height = 50 Caption = 'Vertauschen' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = Button3Click end object Panel2: TPanel Left = 39 Top = 72 Width = 350 Height = 45 Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -20 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 end end